home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 117
/
MacAddict 117.dmg
/
Software
/
Utilities
/
USB Overdrive 10.4.5 (shareware).dmg
/
USB Overdrive.pkg
/
Contents
/
Resources
/
VolumeCheck
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-02-15
|
257 b
|
15 lines
#!/bin/sh
# delete existing package to avoid "Update" button
if [ -e "$1Library/Receipts/USB Overdrive.pkg" ] ; then
rm -rf "$1Library/Receipts/USB Overdrive.pkg" 2> /dev/null
fi
# boot drive only
if ([ "$1" = "/" ]) then
exit 0
fi
# skip disk
exit 48